From: Jim Blandy Date: Thu, 17 Jun 1993 02:55:11 +0000 (+0000) Subject: * configure.in (CPP): Autoconf sets this to a shell variable X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95269 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b73fe8393078c6274871b95f496c20545fa7830f;p=emacs.git * configure.in (CPP): Autoconf sets this to a shell variable reference, which doesn't work when it's edited into a makefile. Expand that variable reference. --- diff --git a/configure1.in b/configure1.in index 2ed13c1dd2e..9624fad4f01 100755 --- a/configure1.in +++ b/configure1.in @@ -1106,8 +1106,8 @@ echo ' ' > ${tempcname} # The value of CPP is a quoted variable reference, so we need to do this # to get its actual value... -foo=`eval "echo $CPP"` -eval `${foo} -Isrc ${tempcname} \ +CPP=`eval "echo $CPP"` +eval `${CPP} -Isrc ${tempcname} \ | grep '@configure@' \ | sed -e 's/^@configure@ \([^=]*=\)\(.*\)$/\1"\2"/'` rm ${tempcname}